]> Repositorios git - scryer-prolog.git/commit
Allow users to disable optional features. Needed for wasm32 support (see #615).
authorRujia Liu <{ID}+{username}@user.noreply.github.com>
Mon, 21 Aug 2023 02:01:24 +0000 (10:01 +0800)
committerRujia Liu <{ID}+{username}@user.noreply.github.com>
Mon, 21 Aug 2023 02:01:24 +0000 (10:01 +0800)
commit25d495021626455a8a04e59cf9619657190a3f01
tree35ebff30a7d707bfce78a8fb73c21982ab83dd93
parent5aa1521819daf194774b701c4e88490f78aebe82
Allow users to disable optional features. Needed for wasm32 support (see #615).
12 files changed:
Cargo.lock
Cargo.toml
src/arena.rs
src/bin/scryer-prolog.rs
src/lib.rs
src/machine/dispatch.rs
src/machine/machine_errors.rs
src/machine/mock_wam.rs
src/machine/mod.rs
src/machine/streams.rs
src/machine/system_calls.rs
src/read.rs