]> Repositorios git - scryer-prolog.git/commit
Basic WebAssembly support with minimal Javascript API #615. Currently 6/12 crypto...
authorRujia Liu <[email protected]>
Fri, 8 Sep 2023 09:27:22 +0000 (17:27 +0800)
committerRujia Liu <[email protected]>
Fri, 8 Sep 2023 09:27:22 +0000 (17:27 +0800)
commitb6ce6b7cdb59c57d9ad4c5edf7d11e13ff49b948
treef56274e55a65c22818e0737f48754b6834c536a8
parenta0b5a24853a0490e71baff422e23233cc581b245
Basic WebAssembly support with minimal Javascript API #615. Currently 6/12 crypto functions supported. Tested in browser with all default features disabled.
Cargo.toml
README.md
build/instructions_template.rs
src/atom_table.rs
src/lib.rs
src/machine/dispatch.rs
src/machine/mock_wam.rs
src/machine/mod.rs
src/machine/system_calls.rs