Commit a4cc61ac authored by Shravan Narayan's avatar Shravan Narayan
Browse files

Bug 1830036 - Update wasm2c compiler used with RLBox to support OpenBSD r=glandium

parent cbd039f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@ origin:
  description: wasm2c fork used for rlbox sandboxing
  url: https://github.com/WebAssembly/wabt

  release: 3ec45c662746a7094914fccaebae4648765ef56e (2023-04-24T08:07:03Z).
  revision: 3ec45c662746a7094914fccaebae4648765ef56e
  release: 805bebffde3c41fe4f1255deccc7bcb5b7e05dfa (2023-04-26T15:06:45Z).
  revision: 805bebffde3c41fe4f1255deccc7bcb5b7e05dfa

  license: Apache-2.0
  license-file: LICENSE
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ R"w2c_template(#include <malloc.h>
)w2c_template"
R"w2c_template(#define alloca _alloca
)w2c_template"
R"w2c_template(#elif defined(__FreeBSD__)
R"w2c_template(#elif defined(__FreeBSD__) || defined(__OpenBSD__)
)w2c_template"
R"w2c_template(#include <stdlib.h>
)w2c_template"