From 071b39c87297b5361ee3968aeda869688a8d9b3f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 26 Jan 2021 22:31:12 +0000 Subject: [PATCH] Add a todo note about wasm ABI Signed-off-by: Ian Jackson --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index c17633b9..9556f657 100644 --- a/Makefile +++ b/Makefile @@ -122,6 +122,11 @@ FILEASSETS = $(addprefix templates/, libre shapelib.html script.js \ $(wildcard templates/*.tera) WASM := wasm32-unknown-unknown +# ^ todo: Is this still right after +# Use correct ABI for wasm32 by default +# https://github.com/rust-lang/rust/pull/79998 +# ? But maybe it doesn't matter since we're very conservative and +# only pass JsValue and a few strings across the WASM ABI. #---------- toplevel aggregate targets ---------- -- 2.30.2