Skip to content

Commit 38d2831

Browse files
committed
Removed --shared-memory and --no-check-features from synchronous version of Pong
1 parent 0b0fd9a commit 38d2831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pong/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jsEventsLib.js: jsEventsLib.ts
3636

3737
entry-point.wasm: $(OBJECTS)
3838
wasm-ld $(OBJECTS) ../../lib-c/twr.a -o entry-point.wasm \
39-
--no-entry --shared-memory --no-check-features --initial-memory=2031616 --max-memory=2031616
39+
--no-entry --initial-memory=2031616 --max-memory=2031616
4040

4141
entry-point-a.wasm: $(OBJECTS_ASYNC)
4242
wasm-ld $(OBJECTS_ASYNC) ../../lib-c/twr.a -o entry-point-a.wasm \

0 commit comments

Comments
 (0)